

/*  
Theme Name: MAMALOLI v2
Theme URI: http://mamaloli.com/
Description: theme for mamaloli.com
Version: 2.0
Author: N/A
Author URI: N/A


*/

* {
	margin: 0;
	padding: 0; 
}

body {
	color: #000;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background: #764b29 url(images/bg6.jpg) repeat;
}

#main-wrapper {
	font-size: 1.1em;
	display: block;
	margin: 0 auto;
	width: 962px;
	text-align: left;
	background-color: #fffeff;
	-moz-box-shadow: 0px 0px 20px #000;
  	-webkit-box-shadow: 0px 0px 20px #000;
  	box-shadow: 0px 0px 20px #000;
}
img {
	height: auto;
	width: auto; /* IE8 */
}
/* ----------------------------------- basics */

h1 {
	font-size: 21px;
}

.hometitle{
	line-height: 1.3em;
	color: #4f2700;
	font-variant: small-caps;
	font-size: 32px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

a {
	color: #9d4c00;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #ff7600;
	border-bottom: 2px solid #909400;
}


a img {
	border-style: none;
}

ul, ol {
	list-style: none;
}

input, textarea {
	outline: none;
}

#relatedrecipes {
	margin-top: 10px;
	clear: both;
	font-size: 13px;
}

p.thankyou {
	display: none;
}
/* ----------------------------------- masthead */

#leaderboard {
	/*padding: 20px 0 50px;*/
	/*position: relative;*/
	height: 280px;
	width: 962px;
	background-image: url(images/headerBG.png);

}

#main-nav {
	text-transform: uppercase;
	font-weight: bold;
	
	margin: 240px 10px 0 0;
	font-size: 1.4em;
	background-color: #212121;
}
#main-nav li.current_page_item a {
	color: #414241;
}

#main-nav li {
	float: left;
	margin-right: 2px;
}

#main-nav li a {
	color: #eaeaea;
	background: #424242;
	display: block;
	padding: 2px 0 2px;
	text-decoration: none;
	text-align: center;
	width: 100px;
	border: 0;
}

#main-nav li a:hover {
	background: #a6bb32;
	color: #fff;
}

#main-nav li.rss-now a:hover, #main-nav li.rss-now a {
	background: #a6bb32;
	color: #fff;
}
  
/* ----------------------------------- home posts */

.home {
	padding-top: 20px;
	padding-right: 24px;
	padding-left: 24px;
	margin-top: 0;
}
.home .left, .home .recent-leads {
	width: 607px;
	/*background-color: #a1a0ff;*/
}

.home .main-post-bg {
	background: #eee;
	display: block;
	height: 225px;
	position: relative;
	width: 593px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
}

.main-post-bg .post-comments, .secondary-post-bg .post-comments {
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 1;
	background: #f9faf4;
	border: 1px solid #000;
}

.post-comments a, .secondary-post-bg .post-comments a {
	font-size: 12px;
	color: #0d0e00;
	display: block;
	padding: 4px 8px;
	text-align: center;
	border: 0;
} 

.post-comments a:hover, .secondary-post-bg .post-comments a:hover {
	background: #333;
	color: #fff;
}

.home .main-post-bg .title-insert, .home .recent-leads .title-insert {
	background: #222;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 4px 0;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=90);
	-moz-opacity: .7;
	opacity:.7;
}

.title-insert h2, .home .recent-leads .title-insert h3 {
	margin: 10px 12px 6px;
	line-height: 14px;
}

.title-insert h2 a, .home .recent-leads .title-insert h3 a {
	display: block;
	color: #fff;
	text-decoration: none;
	border: 0;
}

.title-insert h2 a:hover, .home .recent-leads .title-insert h3 a:hover {
	color: #fff;
}

.home .recent-leads .secondary-post-bg {
	background: #eee;
	display: block;
	width: 293px;
	height: 150px;
	margin: 0 7px 10px 0;
	position: relative;
	overflow: hidden;
}

.home .right {
	width: 304px;
	text-align: left;
	overflow: hidden;
}

.home .right h3 {
	font-size: 16px;
	padding-left: 3px;
}

/* ----------------------------------- entry style */
.home.is-single {
	/*border-top: 1px solid #bbb;*/
}

.post.single {
	/*main blog post font*/
	padding-top: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	width: 590px;
}

.post.single h2, .post.single h2 a {
	font-size: 30px;
	line-height: 21px;
	color: #000;
	border: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	text-align: right;
}

.post.single h2 a:hover {
	color: #d15508;
}

.post.single .entry {
	float: right;
	width: 500px;
}

.post.single .entry a img{
	border: 1px solid #000;
	margin-right: 10px;
}

.post.single .entry a:hover a:active a:visited img{
	border: none;
}
.post.single .meta {
	border-top: 1px solid #eee;
	color: #777;
	padding: 4px 0 0 3px;
	margin-top: 18px;
	float: left;
	width: 72px;
	font-size: 11px;
	line-height: 16px;
}

.post.single p {
	margin: 1em 0;
	line-height: 18px;
}

.post.single p a, .post.single li a {
	font-weight: bold;
}

.post.single h3 {
	font-size: 16px;
	color: #d15508;
	margin-top: 20px;
}

.post.single blockquote, .post.single ul, .post.single ol {
	margin: 0 14px;
	color: #555;
}

.post.single ul li {
	list-style: circle;
	margin: 0 20px;
}

.post.single ol li {
	list-style: decimal;
	margin: 0 20px;
}

.post.single blockquote {
	font-style: italic;
	border-left: 1px solid #ccc;
	margin-left: 21px;
	padding-left: 10px;
}

.post.single img.floatleft {
	float: left;
	margin: 4px 10px 0 0;
}

.post.single img.floatright {
	float: right;
	margin: 4px 0 0 10px;
}

.navigation {
	font-size: 14px;
	padding: 10px 0;
}
/*for comment*/
.navigation a {
	border: 1px solid #ddd;
	display: block;
	float: left;
	color: #000;
	text-transform: uppercase;
	padding: 4px 7px 3px;
	clear: both;
}

.navigation .left {
	width: 40%;
	text-align: left;
}

.navigation .right {
	width: 40%;
	text-align: right;
	margin: 0 15px 0 0;
}

.navigation .right a {
	float: right;
}

.navigation a:hover {
	background: #f60;
	border-color: #d15508;
	color: #fff;
}

p.entry-tag {
	
	clear: both;
	
	font-size: 12px;
	
}

/* ----------------------------------- sidebar / widget modules */

h3.module-title, h3.widgetTitle {
	/*border-top: 1px solid #bbb;
	border-bottom: 1px solid #eee;*/
	padding-left: 4px;
	                             
	                                
	padding-bottom: 3px;
	                             
	                                
	padding-right: 4px;
	                             
	                                
	padding-top: 1px;
	                             
	                                
	margin-left: 0;
	                             
	                                
	margin-bottom: 4px;
	                             
	                                
	margin-right: 0;
	                             
	                                
	margin-top: 1px;
	font-size: 16px;
	color: #69595a;
}

h3.module-title a, h3.widgetTitle a {
	border: 0;
}

.widgetContainer {
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 0;
}

.widgetContainer .textwidget {
	font-size: 14px;
	line-height: 16px;
	margin: 0 7px;
	color: #4c4c4c;
}

ul.module-list, .widgetContainer ul {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0;
	font-size: 12px;
	color: #4c4c4c;
	
}

.module-list li, .widgetContainer li {
	list-style: circle;
	line-height: 16px;
	list-style-type: none;
	margin: 0 3px 3px 12px;
}

.sidebar-nextprev {
	width: 320px;
	overflow: hidden;
}

.sidebar-nextprev li {
	float: left;
	border-left: 1px solid #ccc;
	height: 50px;
	width: 159px;
}

.sidebar-nextprev li.previous {
	border-right: 1px solid #ccc;
}

.sidebar-nextprev li.next {
	float: right;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

.sidebar-nextprev li a {
	margin-left: -1px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	height: 50px;
	border: 0;
	color: #aaa;
	border-left: 1px solid #ccc;
}

.sidebar-nextprev li a:hover {
	color: #d15508;
	border-color: #d15508;
}

.sidebar-nextprev li a span {
	display: block;
	padding: 12px 0 0 10px;
	cursor: pointer;
}

.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}

#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

#wp-calendar td {
	padding: 3px 0 7px 3px;
	color: #777;
}

#wp-calendar td a {
	font-weight: bold;
}

#middle-widgets {
	width: 962px;
	padding-top: 20px;
}

#middle-widgets .widgetContainer {
	clear: top;
	float: left;
	width: 288px;
	/*background-color: #ff1f87;*/
	margin-left: 24px;
}

/* ----------------------------------- legacy comments - remove this if you have wp 2.7 */
.legacy .commentlist li {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 90px;
}

.legacy img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.legacy cite {
	font-style: normal;
}

.legacy .commentlist li p {
	margin: 1em 0;
}

.legacy .commentlist li ul, .legacy .commentlist li ol, .legacy .commentlist li blockquote {
	margin: 1em 15px;
}

.legacy .commentlist li ul li, .legacy .commentlist li ol li {
	border: 0 !important;
	margin: 0 15px !important;
	padding: 0 !important;
}

.legacy .commentlist ul li {
	list-style: circle;
}

.legacy .commentlist ol li {
	list-style: decimal;
}

.legacy #respondform {
	padding: 10px 0 0 0;
	margin-left: 90px;
}

#respondform p {
	margin: 1em 0;
}

#respondform #author, #respondform #email, #respondform #url, #respondform textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respondform textarea {
	width: 99%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- threaded comments - no support for wp 2.6 */

#comments-wrapper, #comments-wrapper-form {
	width: 600px;
}

h3#comments {
	clear: both;
	font-size: 14px;
	margin: 20px 0 20px 90px;
}

.commentlist {
	font-size: 13px;
	margin: 0;
	color: #4c4c4c;
}

.commentlist li.comment, .commentlist li.pingback {
	margin: 0;
	border-top: 1px solid #bbb;
	padding: 7px 0 15px 90px;
}

.commentlist li.comment-author-admin {
	border-color: #d15508;
}

.commentlist li.comment p {
	margin: 1em 0;
}

.commentlist li.comment ul, .commentlist li.comment ol, .commentlist li.comment blockquote {
	margin: 0 15px;
}

.commentlist li.comment ul li {
	list-style: circle;
}

.commentlist li.comment blockquote {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-style: italic;
	color: #777;
}

.commentlist ul.children {
	margin: 0 !important;
	padding: 0;
}

.commentlist .children li.comment {
	padding: 7px 0 0 45px;
	margin: 15px 0 0 0;
	list-style: none;
}

.comment-author {}

.comment-author img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.comment-author cite {
	font-style: normal;
}

.comment-meta {
	font-size: 11px; 
}

#respond {
	padding: 10px 0 0 0;
	margin-left: 90px;
}

li.comment #respond {
	margin-left: 0;
}

#respond h3 {
	margin: 0 0 15px 0;
}

#respond p {
	margin: 1em 0;
}

#respond #author, #respond #email, #respond #url, #respond textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respond textarea {
	width: 97%;
	overflow: auto;
	margin-right: 0;
}

/* ----------------------------------- categories */

#categories {
	padding: 10px;
	margin: 35px 0 45px;
}

#categories h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

#categories ul {
	color: #777;
	font-size: 12px;
	line-height: 16px;
}

#categories li {
	float: left;
	text-align: right;
	display: block;
	width: 145px;
	margin: 0 8px 7px 7px;
}

#categories li a {
	font-weight: bold;
	float: left;
	text-decoration: none;
}

/* ----------------------------------- search */

#searchForm {
	margin: 0;
}

#searchWrap span {
	/*background: #fff;*/
	border: 1px dashed #ff7600;
	display: block;
	padding: 2px;
}

#searchWrap input {
	border: 1px solid #bbb;
	padding: 4px;
	color: #777;
	width: 274px;
}
  
/* ----------------------------------- footer */

#footer {
	
	/*margin-top: 10px;*/
	width: 962px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 40px;
	color: #4c4c4c;
	text-align: right;
}
#footer p{
	font-size: 11px;
	padding-right: 40px;
}
#footer a {
	color: #96846f;
}

/* ----------------------------------- floats */
.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fix {
	display: inline-block;
}

* html .fix {
	height: 1%;
}

.fix {
	display: block;
}



/* ---------------------------------------  Blog Theme only */




.FrontBlog {
	margin-bottom: 10px;
	width: 592px;
	clear: both;
		border-top: 1px dotted #DDDDDD;
		padding: 15px 0;
}

.FrontBlog h2 {
			font-size: 1.8em;
		}
.FrontBlog h2 a {
				color: #908165;
			}
			
.FrontBlog img {
			background-color: white;
			padding: 4px;
			border: 1px solid #CCCCCC;
			float: left;
			margin: 0 10px 5px 0;
			height: 100px;
		}

.FrontBlog p {
	font-size: 12px;
	line-height: 1.3em;
	color: #5e5e5e;
}

.FrontBlogDate {
	color: #5e5e5e;
	margin-bottom: 4px;
}